home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / Demo.mdb / TimeEntry.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  525b

  1. {
  2.     "schema": {
  3.         "TimeEntryId": "Long Integer",
  4.         "Billable": "Boolean NOT NULL",
  5.         "TaskId": "Long Integer",
  6.         "IssueId": "Long Integer",
  7.         "UserId": "Long Integer",
  8.         "OrganizationId": "Long Integer",
  9.         "CustomerId": "Long Integer",
  10.         "ContractId": "Long Integer",
  11.         "Start": "DateTime",
  12.         "Stop": "DateTime",
  13.         "ActualTime": "Single",
  14.         "BillableTime": "Single"
  15.     },
  16.     "data": [
  17.         {
  18.             "TimeEntryId": 1,
  19.             "Billable": 0,
  20.             "TaskId": 1,
  21.             "IssueId": 1,
  22.             "UserId": 1,
  23.             "OrganizationId": 1,
  24.             "CustomerId": 1,
  25.             "ContractId": 1,
  26.             "Start": "12/30/99 00:00:00",
  27.             "Stop": "12/30/99 00:00:00",
  28.             "ActualTime": 0,
  29.             "BillableTime": 0
  30.         }
  31.     ]
  32. }